home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TVFSFTPVALIDATESSLCERTDIALOG / TVFSFTPVALIDATESSLCERTDIALOG.txt < prev   
Text File  |  2008-11-03  |  3KB  |  138 lines

  1. inherited VfsFtpValidateSSLCertDialog: TVfsFtpValidateSSLCertDialog
  2.   Left = 391
  3.   Top = 432
  4.   Caption = 'Enter Password'
  5.   ClientHeight = 272
  6.   ClientWidth = 393
  7.   OnCreate = FormCreate
  8.   OnShow = FormShow
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Image: TUiImage
  12.     Left = 8
  13.     Top = 8
  14.     Width = 32
  15.     Height = 32
  16.     Picture.Data = {<image000.bmp>}
  17.     Transparent = True
  18.   end
  19.   object TUiLabel
  20.     Left = 56
  21.     Top = 8
  22.     Width = 329
  23.     Height = 49
  24.     AutoSize = False
  25.     Caption = 
  26.       'Information you exchange with this site cannot be viewed or chan' +
  27.       'ged by others.  However, there is a problem with the site'#39's secu' +
  28.       'rity certificate.'
  29.     WordWrap = True
  30.   end
  31.   object ValidImage: TUiImage
  32.     Left = 8
  33.     Top = 46
  34.     Width = 16
  35.     Height = 16
  36.     Picture.Data = {<image001.bmp>}
  37.     Transparent = True
  38.     Visible = False
  39.   end
  40.   object InvalidImage: TUiImage
  41.     Left = 24
  42.     Top = 46
  43.     Width = 16
  44.     Height = 16
  45.     Picture.Data = {<image002.bmp>}
  46.     Transparent = True
  47.     Visible = False
  48.   end
  49.   object CertAuthorityImage: TUiImage
  50.     Left = 56
  51.     Top = 56
  52.     Width = 16
  53.     Height = 16
  54.     Transparent = True
  55.   end
  56.   object CertAuthorityLbl: TUiLabel
  57.     Left = 82
  58.     Top = 56
  59.     Width = 303
  60.     Height = 40
  61.     AutoSize = False
  62.     Caption = '%'
  63.     WordWrap = True
  64.   end
  65.   object DateImage: TUiImage
  66.     Left = 56
  67.     Top = 106
  68.     Width = 16
  69.     Height = 16
  70.     Transparent = True
  71.   end
  72.   object DateLbl: TUiLabel
  73.     Left = 82
  74.     Top = 106
  75.     Width = 303
  76.     Height = 32
  77.     AutoSize = False
  78.     Caption = '%'
  79.     WordWrap = True
  80.   end
  81.   object CommonNameImage: TUiImage
  82.     Left = 56
  83.     Top = 148
  84.     Width = 16
  85.     Height = 16
  86.     Transparent = True
  87.   end
  88.   object CommonNameLbl: TUiLabel
  89.     Left = 82
  90.     Top = 148
  91.     Width = 303
  92.     Height = 32
  93.     AutoSize = False
  94.     Caption = '%'
  95.     WordWrap = True
  96.   end
  97.   object AddToCacheLbl: TUiLabel
  98.     Left = 56
  99.     Top = 190
  100.     Height = 13
  101.     Caption = 'Trust this host and continue connecting?'
  102.   end
  103.   object AddToCacheEdit: TUiCheckBox
  104.     Left = 56
  105.     Top = 209
  106.     Height = 17
  107.     Caption = 'Always trust certificate in future sessions'
  108.     TabOrder = 0
  109.   end
  110.   object ConnectBtn: TUiButton
  111.     Left = 136
  112.     Top = 240
  113.     Caption = '&Connect'
  114.     Default = True
  115.     ModalResult = 1
  116.     TabOrder = 1
  117.     AutoSize = asRight
  118.   end
  119.   object CancelBtn: TUiButton
  120.     Left = 216
  121.     Top = 240
  122.     Cancel = True
  123.     Caption = 'Cancel'
  124.     ModalResult = 2
  125.     TabOrder = 2
  126.     AutoSize = asRight
  127.   end
  128.   object ViewCertificateBtn: TUiButton
  129.     Left = 296
  130.     Top = 240
  131.     Width = 89
  132.     Caption = 'View Certificate'
  133.     TabOrder = 3
  134.     OnClick = ViewCertificateClick
  135.     AutoSize = asRight
  136.   end
  137. end
  138.